#Code Quality
Explore tagged Tumblr posts
Text
Ohhhhhh my ducking GOD I'm gonna lose it at my job rn.
So like. We recently had a "strategic downsizing* that affected mostly management positions due to our sole investor having a poor financial situation on their end. As a result, there's been a refocus on the part of our product that actually makes money, and a reshuffle of personal.
I've been on team A for my entire 1.5 years hear (since Nov 2021.) I'm meant to be on team B long-term, but I'm temporarily being loaned to team C for the next few months.
Team C's codebase is, to put it mildly, absolute fucking shit. For context, we recently had to do a complete refactor of our Finance systems, and the systems under team C has everything that was wrong with Finance AND MORE.
To make it worse, I just found out that 2 of the 3 other people on team C who have my same title (software development engineer 1) and have worked at this company for the same amount OR LESS are getting promoted to developer 2, and the 3rd is on the shortlist for the same. Y'know, the same folks responsible for the worst code I've ever seen in my life. But they're all cishet men, and I'm just a silly little tranny faggot 🙃🙃🙃
I fucking hate it here. Actively looking for WFH coding work if anybody has any decent leads.
#code#coding#programming#work from home#code quality#shitty working conditions#i fucking hate it here#fuck my stupid baka life
22 notes
·
View notes
Text
#technical debt#ai code review#refactoring#project analyzer#ai code automation#techolution#legacy application modernization#code quality
0 notes
Text
0 notes
Text
Why Rushing into Coding Can Doom Your Software Project
Jumping straight into writing code without proper planning can lead to costly mistakes, rework, and project failure. Learn why a strategic approach, including requirements gathering and design, is essential for successful software development.
#Software Development#Coding Best Practices#Project Management#Software Engineering#Agile Development#Code Quality
0 notes
Text
Driving Innovation: A Case Study on DevOps Implementation in BFSI Domain
Banking, Financial Services, and Insurance (BFSI), technology plays a pivotal role in driving innovation, efficiency, and customer satisfaction. However, for one BFSI company, the journey toward digital excellence was fraught with challenges in its software development and maintenance processes. With a diverse portfolio of applications and a significant portion outsourced to external vendors, the company grappled with inefficiencies that threatened its operational agility and competitiveness. Identified within this portfolio were 15 core applications deemed critical to the company’s operations, highlighting the urgency for transformative action.
Aspirations for the Future:
Looking ahead, the company envisioned a future state characterized by the establishment of a matured DevSecOps environment. This encompassed several key objectives:
Near-zero Touch Pipeline: Automating product development processes for infrastructure provisioning, application builds, deployments, and configuration changes.
Matured Source-code Management: Implementing robust source-code management processes, complete with review gates, to uphold quality standards.
Defined and Repeatable Release Process: Instituting a standardized release process fortified with quality and security gates to minimize deployment failures and bug leakage.
Modernization: Embracing the latest technological advancements to drive innovation and efficiency.
Common Processes Among Vendors: Establishing standardized processes to enhance understanding and control over the software development lifecycle (SDLC) across different vendors.
Challenges Along the Way:
The path to realizing this vision was beset with challenges, including:
Lack of Source Code Management
Absence of Documentation
Lack of Common Processes
Missing CI/CD and Automated Testing
No Branching and Merging Strategy
Inconsistent Sprint Execution
These challenges collectively hindered the company’s ability to achieve optimal software development, maintenance, and deployment processes. They underscored the critical need for foundational practices such as source code management, documentation, and standardized processes to be addressed comprehensively.
Proposed Solutions:
To overcome these obstacles and pave the way for transformation, the company proposed a phased implementation approach:
Stage 1: Implement Basic DevOps: Commencing with the implementation of fundamental DevOps practices, including source code management and CI/CD processes, for a select group of applications.
Stage 2: Modernization: Progressing towards a more advanced stage involving microservices architecture, test automation, security enhancements, and comprehensive monitoring.
To Expand Your Awareness: https://devopsenabler.com/contact-us
Injecting Security into the SDLC:
Recognizing the paramount importance of security, dedicated measures were introduced to fortify the software development lifecycle. These encompassed:
Security by Design
Secure Coding Practices
Static and Dynamic Application Security Testing (SAST/DAST)
Software Component Analysis
Security Operations
Realizing the Outcomes:
The proposed solution yielded promising outcomes aligned closely with the company’s future aspirations. Leveraging Microsoft Azure’s DevOps capabilities, the company witnessed:
Establishment of common processes and enhanced visibility across different vendors.
Implementation of Azure DevOps for organized version control, sprint planning, and streamlined workflows.
Automation of builds, deployments, and infrastructure provisioning through Azure Pipelines and Automation.
Improved code quality, security, and release management processes.
Transition to microservices architecture and comprehensive monitoring using Azure services.
The BFSI company embarked on a transformative journey towards establishing a matured DevSecOps environment. This journey, marked by challenges and triumphs, underscores the critical importance of innovation and adaptability in today’s rapidly evolving technological landscape. As the company continues to evolve and innovate, the adoption of DevSecOps principles will serve as a cornerstone in driving efficiency, security, and ultimately, the delivery of superior customer experiences in the dynamic realm of BFSI.
Contact Information:
Phone: 080-28473200 / +91 8880 38 18 58
Email: [email protected]
Address: DevOps Enabler & Co, 2nd Floor, F86 Building, ITI Limited, Doorvaninagar, Bangalore 560016.
#BFSI#DevSecOps#software development#maintenance#technology stack#source code management#CI/CD#automated testing#DevOps#microservices#security#Azure DevOps#infrastructure as code#ARM templates#code quality#release management#Kubernetes#testing automation#monitoring#security incident response#project management#agile methodology#software engineering
0 notes
Text
Explained in Depth: The IndentationError - Expected an Indented Block
The IndentationError: expected an indented block is an error commonly encountered in programming languages like Python that rely on indentation to define the structure of code blocks. Unlike languages that use braces {} or keywords like begin and end to denote blocks of code, Python uses indentation to signify the beginning and end of code blocks.
This error occurs when the interpreter or compiler encounters a situation where it expects a properly indented code block but does not find one. There are several common reasons for this error:
Mismatched Indentation Levels: This occurs when there is inconsistency in the number of spaces or tabs used for indentation within a code block. Mixing spaces and tabs or using different numbers of spaces can lead to this error.
Missing Colon at the End of a Control Flow Statement: Python uses colons (:) to indicate the beginning of a new code block, such as with if, else, for, or while statements. Omitting the colon after such statements can result in an IndentationError.
Empty Code Blocks: Having an empty code block without any indented statements can also trigger this error. For example, defining a function without any indented code inside it can lead to an IndentationError.
To resolve the IndentationError: expected an indented block, it is essential to review the code and ensure the following:
Consistent indentation: Use either spaces or tabs consistently throughout the code, avoiding mixing them within the same block.
Correct colon placement: Verify that control flow statements (such as if, else, for, while) are followed by a colon, indicating the start of a new code block.
Meaningful code inside blocks: Ensure that code blocks, such as functions or control flow statements, contain meaningful indented code inside them.
By paying attention to these factors and maintaining consistent indentation practices, develop
if you like to learn more about it then please visit analyticsjobs.in
#Python Beginners#Coding Standards#Syntax Errors#Software Development#Programming Education#Code Quality
0 notes
Text
Searching your eyes for the saint is an act of futility
something that's just been on my mind recently!
#cult of the lamb#cotl#cult of the lamb fanart#cotl lamb#cotl fanart#my art#the Lamb is Definitely directing this at Neves but I did not feel like drawing a comic. this was more of a fun exercise#also this song is very Neves-coded. Hahah. Hm.#note: the 'carcass' line here is just slightly altered from the actual lyrics in this song#obsessed with the idea that the Lamb underneath all that is an incomprehensible mass of cosmic horror that both disgusts and delights#also tumblr nerfed the quality so bad on this pls
10K notes
·
View notes
Text
Soap "dog-coded" MacTavish my beloved
(This took 5 weeks help)
#call of duty modern warfare 2#cod mw2#cod soap#john soap mactavish#call of duty modern warfare#cod fanart#call of duty fanart#Partially blame forestshadow-wolf for making me unable to see soap as anything but dog-coded#this painting really pushed my anatomy knowledge aka it made me realize how much i dont know lmao#i downloaded new textured brushes and had a lot of fun with them especially on the face#the bg is kinda inspired by wombywoo as you can tell#i wouldve given him more chest hair but it took too long to get it to look decent and i didnt feel like doing more#this is my favorite soap i've painted <3#edit tumblr absolutely killed the quality rip
2K notes
·
View notes
Text

This is what happened after 3.1 isn't it?
#hsr#phaidei#phaidei nation I humbly offer thee a low quality meme to cope with the doomed yaoi that was going on#phainon#honkai star rail#fellas is it gay for your red coded rival to your blue coded rival to clasp his hands over your own after you stabbed him#due to thinking he was the objective of your revenge quest#pull your sword deeper in and by consequence add to your proximity while smiling and fondly say “Found you.”?#Was it casual when you had an insanely charged and homoerotic scene in the hot baths that had you face down on the ground at his feet?#no but seriously these two have me in a chokehold#what do you MEAN you told him your precise weak spot just in case you became you turned against his cause#and his presumed future EMIYA Archer coded shadow self immediately went precisely for it?#and you KNOW you'll die with a wound in that weak spot in your back and you told him about it anyway#and you tell people to keep an eye on him after you go to meet your fate and then ask him to watch over your people#and he says he'll work hard to learn your language#AND FINALLY#“If there's a chance in the next life you should come visit my library.” WHAT IF I PERISHED ON THE SPOT?!#that's their “See you in the next world.”; their “Do stay alive. I wish you the best of luck.”;#their “I would have really liked just doing laundry and taxes with you.”; “You were a wonderful experience. You were everything.” etc etc#they make me ill (positive)#also I find it so funny that as a KevinSu shipper in HI3rd I went into Star Rail expecting for the dynamic to be more coded with Anaxa#only for Phaidei to hit literally all of my points and favorite tropes in a ship and by consequence my head with a steel chair lol#really hope we see Mydei again soon because literally the first thing Phainon does after he's gone is talk about him all the time#he is a professional yearner and I respect him for it (especially since I too miss Mydei as if he's Odysseus going off to war and sea#for 20 years and I'm Penelope waiting at the shores of Ithaca)#also sorry for the low quality screenshot I was literally too invested in the quest to try and take better ones#gotta love how Hoyoverse is always giving the Kaslanas some of the best romances in their games and ESPECIALLY so if they're queer#myphai
740 notes
·
View notes
Text
👍🏻🫵🏻😜
#btsgif#bangtan#ipurpleunet#taehyung#bts 7 moments#layo(v)er#tq:cr#video quality for this digital code is truly devastating...#anw WHAT'S HE SO CUTE FOR
463 notes
·
View notes
Text
rise leo does know whats going on with his brothers, dont you worry
previous part | all comics in this crossover (chrono) | tip jar (kofi)
#tmnt#rottmnt#tmnt crossover#rise of the tmnt#tmnt 87#tmnt 1987#rise leo#rise donnie#rise raph#87 leo#87 donnie#87 raph#rise of the teenage mutant ninja turtles#tmnt leonardo#tmnt donatello#tmnt raphael#bulbasturtlesforever2#art#my art#lemme be honest i was working on this the day before my cat died and uhhhhhhhhhhhhh#then my dog 2 weeks later and motivation and drive drained out of me n uh yeah couldnt do art for a while!#and i can no longer tell how funny this is or isnt#but i wanted to push myself into trying to finish it cuz it was an idea i had before i got toooooo sad to think of bits!#and at the time i remember thinking aw yeah this is something#sorry if the quality since the last one has gone down i was gonna try and do more but i didnt wanna be more bad and then more mad ahhhhh#<--- ignoring that sad shit 87 raph is a the most little brother coded little shit and he knows it
2K notes
·
View notes
Text
0 notes
Text

PRESENTATION MICHAEL‼️💥💥
#and mini erasermic <3#i love them sm theyre so husband coded#my hero academia#bnha#present mic#shota aizawa#aizawa#eraserhead#yamada hizashi#aizawa x hizashi#erasermic#mha#mha fanart#sorry for the ass quality 😔
438 notes
·
View notes
Text
SABRINA CARPENTER - SHORT N' SWEET POSTERS
shop for the posters here
#i want these however i do not have the money rn#sabrina carpenter#sabrina#scarpenteredit#sabrinasource#sabrinacarpenter#sabrinacarpenteredit#sabrina carpenter edit#short n sweet#shortnsweet#please please please#taste#espresso#jenna ortega#barry keoghan#posters#*myedits#these were the best quality i could get from the site!#i went in the source code <3
1K notes
·
View notes
Text
I’m gonna pop your bubblegum heart
#my art#digital art#dead boy detectives#the cat king#my heart goes out to any poor soul that ends up being his rebound after Edwin left lol#also tck is so marina and Halsey coded#In other words he’s a wreck#I love him#click for better quality#dbda
1K notes
·
View notes
Text
no one's safe from the lix charm, not even "ghosts" 👻
↪ SKZ CODE EP. 67: SKZ-ARY TOWN #1
#felix#lee felix#stray kids#skz#bystay#skzco#hyunlixsource#dancerachasource#staydaily#skz code#mine*#gifs*#felix*#usermania#userhollyjo#forparker#stayjuni#AJDHASJKDHSDHKASD FELIX UR SO FELIX I CAN'T#THE FACT THAT HE WAS DOING ALL THAT NICE STUFF WITH THE CREEPIEST MASK ON TOO HAS ME WHEEZING I CAN'T I LOVE HIM SM HE'S SUCH A BOY#also that one foot up on the step while putting the jacket on her why is that so hot ahsdjsadhajskdhajskasdjha SHE'S STRONGER#THAN ME I'D ACTUALLY TURN INTO A GHOST ON THE SPOT#also sorry for the quality of this cameras were so a/ss in the dark 🤧
514 notes
·
View notes